Remove unneeded gtkstylecontext.h includes
authorTimm Bäder <mail@baedert.org>
Sun, 11 Oct 2020 09:51:19 +0000 (11:51 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000 (15:06 -0400)
52 files changed:
gtk/gtkappchooserdialog.c
gtk/gtkassistant.c
gtk/gtkbutton.c
gtk/gtkcolorchooserwidget.c
gtk/gtkcolumnviewcolumn.c
gtk/gtkdialog.c
gtk/gtkdragsource.c
gtk/gtkdrawingarea.c
gtk/gtkdropdown.c
gtk/gtkemojichooser.c
gtk/gtkentrycompletion.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechoosernative.c
gtk/gtkfilechoosernativeportal.c
gtk/gtkfilechoosernativequartz.c
gtk/gtkfilechoosernativewin32.c
gtk/gtkglarea.c
gtk/gtkinfobar.c
gtk/gtklinkbutton.c
gtk/gtklistview.c
gtk/gtklockbutton.c
gtk/gtkmenubutton.c
gtk/gtkmenusectionbox.c
gtk/gtkmessagedialog.c
gtk/gtkmodelbutton.c
gtk/gtknativedialog.c
gtk/gtkorientable.c
gtk/gtkoverlay.c
gtk/gtkoverlaylayout.c
gtk/gtkpasswordentry.c
gtk/gtkplacessidebar.c
gtk/gtkpopovermenu.c
gtk/gtkpopovermenubar.c
gtk/gtksearchbar.c
gtk/gtkshortcutssection.c
gtk/gtkshortcutsshortcut.c
gtk/gtkshortcutswindow.c
gtk/gtksidebarrow.c
gtk/gtkspinner.c
gtk/gtkstacksidebar.c
gtk/gtkstackswitcher.c
gtk/gtktextviewchild.c
gtk/gtktogglebutton.c
gtk/gtktooltip.c
gtk/gtkviewport.c
gtk/gtkwindowcontrols.c
gtk/inspector/actions.c
gtk/inspector/controllers.c
gtk/inspector/object-tree.c
gtk/inspector/prop-list.c
gtk/inspector/size-groups.c
gtk/inspector/strv-editor.c

index 50f12bc4ba33a6c38fea64d6808577c61c9d2fb1..8c6a3f90dbc90817de30f771a59808f7b2b0659b 100644 (file)
@@ -56,7 +56,6 @@
 #include "gtkdialogprivate.h"
 #include "gtksearchbar.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 
 #include <string.h>
 #include <glib/gi18n-lib.h>
index f311f848dc64901d8cdb731fb384d019738bd3e9..fdc02fae73f7c58c9b40d005a41f97a3cd1190b7 100644 (file)
@@ -81,7 +81,6 @@
 #include "gtksizegroup.h"
 #include "gtksizerequest.h"
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 
 typedef struct _GtkAssistantPageClass   GtkAssistantPageClass;
index 8ef124da83d1fd3b7c05b90ce7c518b5911fb822..91023ce39e6e5a54a800f2457748a5eaadd33276 100644 (file)
@@ -71,7 +71,6 @@
 #include "gtkmain.h"
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
 #include "gtkshortcuttrigger.h"
index 1de0e1c55c048775ac12e1df6285631f9438a318..2d896f07acbca5430554be38dd575d061f234ec6 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtkprivate.h"
 #include "gtkintl.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 #include "gtkboxlayout.h"
 #include "gtkwidgetprivate.h"
 #include "gdkrgbaprivate.h"
index 478cc5fe3f30f6e08e9e32f1d58955ffe79ad63a..d0fc25258224c460adae13475b62b90dac74ef81 100644 (file)
@@ -31,7 +31,6 @@
 #include "gtkprivate.h"
 #include "gtkrbtreeprivate.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 #include "gtksorter.h"
 
index b719186198dc9cf33f9e69ea5104a49d22c98302..9be63d4a7ab5392e20a7a2361127fb17b4a88d45 100644 (file)
@@ -43,7 +43,6 @@
 #include "gtksettings.h"
 #include "gtktypebuiltins.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 
 /**
  * SECTION:gtkdialog
index d9675262a4eb90e35355fd655730a5cb6dd8d5e0..166d108b3279ecf3eefbdd9f7a02e61a8516b1fe 100644 (file)
@@ -32,7 +32,6 @@
 #include "gtknative.h"
 #include "gtkwidgetprivate.h"
 #include "gtkintl.h"
-#include "gtkstylecontext.h"
 #include "gtkimageprivate.h"
 #include "gtkdragicon.h"
 #include "gtkprivate.h"
index 80753fa27c8baa8f832690cad44a023fa5860faf..662e1ae9881639faf31e24484589749e47139b9d 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
 #include "gtksnapshot.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 typedef struct _GtkDrawingAreaPrivate GtkDrawingAreaPrivate;
index 8fad4bf1db40badcb400064a59e969a768187c74..2dd07ade52a99c7348976abf65576a194bfe9922 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkfilterlistmodel.h"
 #include "gtkstringfilter.h"
 #include "gtkmultifilter.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 #include "gtknative.h"
 #include "gtktogglebutton.h"
index ba86a40ce5154f16ade67905ef16e95ed2010b90..d5ec7639362ac72729f298e25035171eaced561b 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkintl.h"
 #include "gtkprivate.h"
 #include "gtksearchentryprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktext.h"
 #include "gtknative.h"
 #include "gtkwidgetprivate.h"
index 9139109ebf4f9b7f6cb1e51fc13f7646a19c11cc..8f3ee30eda20f7225d151dc398181cb5465c2fd1 100644 (file)
@@ -84,7 +84,6 @@
 #include "gtkwindowprivate.h"
 #include "gtkwidgetprivate.h"
 #include "gtknative.h"
-#include "gtkstylecontext.h"
 
 #include <string.h>
 
index 4db5c024a183f63478cd497c93df7ab0e6bc9382..6cff44ec934e495e73c67674bb2d1d1d54f52606 100644 (file)
@@ -30,7 +30,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtkdialogprivate.h"
 #include "gtklabel.h"
index a8f57ee0f9e307f146f6fe2771edf6d587c4c667..597deb5256194cc0e2964a03f8cb87400ae149e7 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtklabel.h"
 #include "gtkfilefilterprivate.h"
index 858186428afe5a67fc96bb7df26629baf433ad8d..d65229f6ef78da9d952138ca5aa0d2eab222a281 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtklabel.h"
 #include "gtkmain.h"
index 671e0acc3d89ce5be1aa7e4fdbb224c641e113a8..b0e0e12973c2743b63b3d99975854cbc5a3067dd 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtklabel.h"
 #include "gtknative.h"
index d4f6c10ef1081f8260503755bf8d92b93c2b7e71..505e0b07f0f0df2feff6a155bac63bd69685cb05 100644 (file)
@@ -39,7 +39,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtklabel.h"
 #include "gtkfilefilterprivate.h"
index 3387a36ca2010311ad3519cb918c1f108503164e..3129894469c1b1123804fc6f92babb471f7af050 100644 (file)
@@ -24,7 +24,6 @@
 #include "gtkglarea.h"
 #include "gtkintl.h"
 #include "gtkmarshalers.h"
-#include "gtkstylecontext.h"
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
 #include "gtkrender.h"
index 808e0fa3d47d0c74c025a5f04e764bb23133afb3..c07941f1805cf2c2e396d5ede2eea37a08835c7d 100644 (file)
@@ -43,7 +43,6 @@
 #include "gtkintl.h"
 #include "gtkprivate.h"
 #include "gtkorientable.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
 #include "gtkbinlayout.h"
index 521c196a040210e9dcd038e4475fd871c76d4d05..7cd2476a2cd74ec3df6148eebf2a6684920e0553 100644 (file)
@@ -68,7 +68,6 @@
 #include "gtkprivate.h"
 #include "gtkshow.h"
 #include "gtksizerequest.h"
-#include "gtkstylecontext.h"
 #include "gtktooltip.h"
 #include "gtkwidgetprivate.h"
 
index d04799b3a41622058301b55c8d0d1f6275f27fa3..5382c7b1ad14785a5a9717c2b4e85a77d3ba830f 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtkmain.h"
 #include "gtkprivate.h"
 #include "gtkrbtreeprivate.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 /* Maximum number of list items created by the listview.
index c8313066570fd521028b0a64498630ac13b165db..b9754b2e173ecb582249dc4a941110edcbf9135b 100644 (file)
@@ -26,7 +26,6 @@
 #include "gtklabel.h"
 #include "gtksizegroup.h"
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 
 /**
  * SECTION:gtklockbutton
index 54fca43b3307ffd873184abd1f7f196511a390f5..3ed2e7af2e96dfe6b3d0ecf4d92e59c4260e9b80 100644 (file)
 #include "gtkpopover.h"
 #include "gtkpopovermenu.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtklabel.h"
 #include "gtkbox.h"
index 86ecfa24dfd27795ff47c64bc89322b9e554862b..08f5ca128816a5f066bbd3b2975ed756bbe71ebf 100644 (file)
@@ -29,7 +29,6 @@
 #include "gtkseparator.h"
 #include "gtksizegroup.h"
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 #include "gtkpopovermenuprivate.h"
 #include "gtkorientable.h"
 #include "gtkbuiltiniconprivate.h"
index e9d5ab66689d97d618fbcf10cead5f74752d026e..c28f275b3a83975bead348c71d32ad1b68e69bc6 100644 (file)
@@ -33,7 +33,6 @@
 #include "gtkintl.h"
 #include "gtklabel.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 
 #include <string.h>
index 54b55260ec6908bfca9036f4a42743a4a108deb8..5f3c92c662304ad94bec5d4cea28de597f1a8f8c 100644 (file)
 #include "gtkimage.h"
 #include "gtklabel.h"
 #include "gtkbox.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkstack.h"
 #include "gtkpopovermenuprivate.h"
 #include "gtkintl.h"
 #include "gtkcssnodeprivate.h"
 #include "gtkcsstypesprivate.h"
-#include "gtkstylecontextprivate.h"
 #include "gtkbuiltiniconprivate.h"
 #include "gtksizegroup.h"
 #include "gtkactionable.h"
index 3fad9880fc11737a78c9c4e9864f2306bc49089c..4b28a4204109f2e752c62eef48ab34654f667b70 100644 (file)
@@ -32,7 +32,6 @@
 #include "gtkintl.h"
 #include "gtksettings.h"
 #include "gtktogglebutton.h"
-#include "gtkstylecontext.h"
 #include "gtkheaderbar.h"
 #include "gtklabel.h"
 
index d0275fada5d4fb5b51437c7daccde855d1d187ef..a37e7bd18a23d279f5f481fa8e4709399b0c8858 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "gtkprivate.h"
 #include "gtkwidgetprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkintl.h"
 
index 050b8fd7ac7863559128f04ba79ffc2a484d8bcf..7dc6167b76d2c829f1a58d97d9a94dd2f5d4212d 100644 (file)
@@ -29,7 +29,6 @@
 #include "gtkprivate.h"
 #include "gtkscrolledwindow.h"
 #include "gtksnapshot.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 /**
index b6f64069d51ef73831a46d9975daafe295d8f118..8d496ca497c1b2eb7946d74343f8f12c71a56746 100644 (file)
@@ -26,7 +26,6 @@
 #include "gtklayoutchild.h"
 #include "gtkoverlay.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 #include <graphene-gobject.h>
index ec8d08b1192d7567b50f816d2af30ef2bd587636..d8da5b4e564420a1616026e5197fc2d077f14ec8 100644 (file)
@@ -32,7 +32,6 @@
 #include "gtkmarshalers.h"
 #include "gtkpasswordentrybufferprivate.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 /**
index 4a936bf5b448f78766fee4fdd7c9d7a70ce09324..d503bf1e46ffce9d6fb4c84891c469382a58fe29 100644 (file)
@@ -61,7 +61,6 @@
 #include "gtknative.h"
 #include "gtkdragsource.h"
 #include "gtkdragicon.h"
-#include "gtkstylecontext.h"
 
 /*< private >
  * SECTION:gtkplacessidebar
index 707429c730f4d3b7b15d0bc91dbf1655147e2aa1..3e429a18207aac16359e4ed065a52fef9e0ce5fc 100644 (file)
@@ -20,7 +20,6 @@
 #include "gtkpopovermenuprivate.h"
 
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 #include "gtkintl.h"
 #include "gtkmenusectionboxprivate.h"
 #include "gtkmenubutton.h"
index 4922faf55a85ed4ef5581cb975c0f28cad1e4b9d..1f172e3088a55a72c9671d6eec0f2df4cadf5ef6 100644 (file)
@@ -60,7 +60,6 @@
 #include "gtkintl.h"
 #include "gtkprivate.h"
 #include "gtkmarshalers.h"
-#include "gtkstylecontext.h"
 #include "gtkgestureclick.h"
 #include "gtkeventcontrollermotion.h"
 #include "gtkactionmuxerprivate.h"
index d5da8d2c0b273e3df0a73d1b67991964b68d5111..42fdeb289416a401ae3f14c7e833ebbfb5cfa390 100644 (file)
@@ -40,7 +40,6 @@
 #include "gtkrevealer.h"
 #include "gtksearchentryprivate.h"
 #include "gtksnapshot.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 
 /**
index bf82df0823f892db675d0ed252e5dfef0f38fd1b..6d44a42a7eb5b24373a7cc32bbaa364502b5210e 100644 (file)
@@ -27,7 +27,6 @@
 #include "gtklabel.h"
 #include "gtkstack.h"
 #include "gtkstackswitcher.h"
-#include "gtkstylecontext.h"
 #include "gtkorientable.h"
 #include "gtksizegroup.h"
 #include "gtkwidget.h"
index be16d3b8deec54737c96e3535d65ccc63c26d112..07b7c041553f1976464ec9f37986344b1196cc2e 100644 (file)
@@ -29,7 +29,6 @@
 #include "gtkshortcutlabel.h"
 #include "gtkshortcutswindowprivate.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 
 /**
index 2734fb721a8f3a7de11c071dbb53dbf262906f91..4eaa82a46e28b8eb08e510fed70c348f2b92e91b 100644 (file)
@@ -39,7 +39,6 @@
 #include "gtkshortcutsshortcutprivate.h"
 #include "gtksizegroup.h"
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 #include "gtktogglebutton.h"
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
index 0907ae282351e94edd6ef7c5bd817e83b90bcee0..350a6d629fe9f7e470ca1531e0e6c0e2b480c33e 100644 (file)
@@ -24,7 +24,6 @@
 #include "gtkwidget.h"
 #include "gtkimage.h"
 #include "gtklabel.h"
-#include "gtkstylecontext.h"
 #include "gtkrevealer.h"
 #include "gtkintl.h"
 #include "gtkspinner.h"
index 586a1ba9448dfce1ef09c8cf5570274a70dabf1f..3cf970eab13612ce9634498dd1cb314e886a6fe5 100644 (file)
@@ -34,7 +34,6 @@
 #include "gtkimage.h"
 #include "gtkintl.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtkstylecontextprivate.h"
 #include "gtkwidgetprivate.h"
 #include "gtkcssnumbervalueprivate.h"
index 8daf3e4fdf008365b6b01ed0907017091898f822..f7bbe3939e83385bf4ed781c13bd5eb434235935 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtklistbox.h"
 #include "gtkscrolledwindow.h"
 #include "gtkseparator.h"
-#include "gtkstylecontext.h"
 #include "gtkselectionmodel.h"
 #include "gtkstack.h"
 #include "gtkprivate.h"
index f9316f9a4d6cc4f5f623504b9edcc589aa833a50..00b9ab3524857918d4453d458fc4ea58a5e3394d 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtklabel.h"
 #include "gtkprivate.h"
 #include "gtkselectionmodel.h"
-#include "gtkstylecontext.h"
 #include "gtktogglebutton.h"
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
index dc7ad283ad917e9d96a847d69bc29a26a7c570fa..a44a9e786bdec8c4f1a9dc27c1a44e6914b57612 100644 (file)
@@ -21,7 +21,6 @@
 #include "gtkcssnodeprivate.h"
 #include "gtkintl.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktextview.h"
 #include "gtktextviewchildprivate.h"
 #include "gtktypebuiltins.h"
index 9c1b5af385c2edf062a4859edb131eb2af15a958..88eea5a8cfc35f9f6cc67c4be7128baaf1250a3d 100644 (file)
@@ -34,7 +34,6 @@
 #include "gtkmain.h"
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 
 /**
  * SECTION:gtktogglebutton
index e0ad7772fcc71227864ac1780364df329e5e3cb5..73c54cd6b08da407807d3a01e842a88663b2e217 100644 (file)
@@ -30,7 +30,6 @@
 #include "gtkmain.h"
 #include "gtksettings.h"
 #include "gtksizerequest.h"
-#include "gtkstylecontext.h"
 #include "gtktooltipwindowprivate.h"
 #include "gtkwindowprivate.h"
 #include "gtkwidgetprivate.h"
index 412ba3b378e93f53a0867c977918b3f7511f5c52..43df2cddaebb11463f0b5017592588ec8da69042 100644 (file)
@@ -31,7 +31,6 @@
 #include "gtkmarshalers.h"
 #include "gtkprivate.h"
 #include "gtkscrollable.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
 #include "gtkbuildable.h"
index 47978330ef335852b2ea077bca98545aa1d8b8c5..83ee0e23c9db3a8df4ddaa94f69f803c41aeb9c2 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtkimage.h"
 #include "gtkintl.h"
 #include "gtkprivate.h"
-#include "gtkstylecontext.h"
 #include "gtktypebuiltins.h"
 #include "gtkwindowprivate.h"
 
index 265a86ed691bb23ad3b8bb6a4698da3af26953ff..d3797a0b2d578777a82b8a866b9813a90f6f0c6b 100644 (file)
@@ -32,7 +32,6 @@
 #include "gtklabel.h"
 #include "gtkstack.h"
 #include "gtklistbox.h"
-#include "gtkstylecontext.h"
 #include "gtksizegroup.h"
 #include "gtkboxlayout.h"
 
index fc5b7b7a6ecc3f56cfa158f96563ee4b94c0413e..83b35c6134f360bc9af8f950034443a91b32e940 100644 (file)
@@ -35,7 +35,6 @@
 #include "gtksizegroup.h"
 #include "gtksortlistmodel.h"
 #include "gtkstack.h"
-#include "gtkstylecontext.h"
 #include "gtkwidgetprivate.h"
 #include "window.h"
 
index 5f8c0363808ec14188e5886f2ffadd499b9a3b47..3fae8f30cbe539ef48bc9ce8a52de41afd6e8916 100644 (file)
@@ -57,7 +57,6 @@
 #include "gtktreemodelsort.h"
 #include "gtktreemodelfilter.h"
 #include "gtkwidgetprivate.h"
-#include "gtkstylecontext.h"
 #include "gtksearchbar.h"
 #include "gtksearchentry.h"
 #include "gtkeventcontrollerkey.h"
index 92e3cd3471172445bc9e43855623f0363ab5b683..3487a36077ee3f54df94eecc16bec5a03445ce58 100644 (file)
@@ -42,7 +42,6 @@
 #include "gtksizegroup.h"
 #include "gtkroot.h"
 #include "gtkgestureclick.h"
-#include "gtkstylecontext.h"
 #include "prop-holder.h"
 #include "window.h"
 
index 882794c10a396ccdfdb21c6621ab759ce6b6a630..e84668d1dcddaa48a5a23b8e245cc34be82b6377 100644 (file)
@@ -28,7 +28,6 @@
 #include "gtklabel.h"
 #include "gtklistbox.h"
 #include "gtksizegroup.h"
-#include "gtkstylecontext.h"
 #include "gtkswitch.h"
 #include "gtkwidgetprivate.h"
 #include "gtkstack.h"
index 478b62809c91a7edf63090e7c936e63decb8380e..26240f9d695287604714478e5da95d1048be0d15 100644 (file)
@@ -22,7 +22,6 @@
 #include "gtkbutton.h"
 #include "gtkentry.h"
 #include "gtkbox.h"
-#include "gtkstylecontext.h"
 #include "gtkorientable.h"
 #include "gtkmarshalers.h"